Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Fix issue "pbkdf Authentication method not supported#20" #21

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

Fiwel00
Copy link

@Fiwel00 Fiwel00 commented Jul 28, 2023

Fixing issue pbkdf Authentication method not supported #20

refactoring under the hood of the request.js file which was using deprecated request-promise

adding partial support to FritzOS! 7.50

this pull request adds 2 bugs:

  • tamdownload does not yield a file
  • toggleswitch is not usable for FritzOS! 7.50, the implemation is not yet available
fritzDect.toggleSwitch = async (deviceId, value, options) => {
...
if (version >= 750) {
   //TODO when someone gets a smartswitch
   return { error: 'The implementation for FritzOS!7.50 is not available '}
} 

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant